home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 December
/
CHIPNET Aralık 1997.iso
/
misc
/
webspe
/
webspeed.exe
/
0
/
RCDATA
/
TMTU_DIALOG
/
TMTU_DIALOG.txt
< prev
Wrap
Text File
|
1997-07-08
|
1KB
|
73 lines
object MTU_Dialog: TMTU_Dialog
Left = 375
Top = 337
ActiveControl = NewValMTU
BorderIcons = [biSystemMenu, biMinimize]
BorderStyle = bsSingle
Caption = 'New MTU Setting'
ClientHeight = 116
ClientWidth = 204
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 204
Height = 116
Align = alClient
BevelInner = bvRaised
BevelOuter = bvLowered
BevelWidth = 2
TabOrder = 0
object Label1: TLabel
Left = 13
Top = 23
Width = 94
Height = 13
Caption = 'New Value for MTU'
end
object Label2: TLabel
Left = 10
Top = 50
Width = 186
Height = 13
Alignment = taCenter
Caption = '(MTU should be greater than 512)'
end
object NewValMTU: TEdit
Left = 119
Top = 18
Width = 67
Height = 21
TabOrder = 2
end
object BtnMTU_OK: TButton
Left = 15
Top = 75
Width = 75
Height = 25
Caption = '&OK'
Default = True
TabOrder = 0
OnClick = BtnMTU_OKClick
end
object BtnMTU_Cancel: TButton
Left = 115
Top = 75
Width = 75
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
OnClick = BtnMTU_CancelClick
end
end
end